home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / science / frctlwzr.sit / Fractal Wizard Doc next >
Text File  |  1990-12-16  |  2KB  |  45 lines

  1. FRACTAL WIZARD 1.5 - ABSTRACT
  2.  
  3. ! Fractal Magic -> Fractal Wizard
  4. !
  5. ! Originally, Fractal Wizard was called Fractal Magic. Shortly after I posted
  6. ! it on Internet, I discovered that a commercial fractal-drawing program with
  7. ! the same name (and much the same features) already existed. So, to avoid any
  8. ! confusion and unpleasantness, I renamed my program Fractal Wizard and
  9. ! reposted it. If you already have my Fractal Magic, please replace it with
  10. ! this version. I made some improvements, and it is still freeware!
  11.  
  12. Fractal Wizard is a complex-plane fractal drawing program. It can generate
  13. black and white or 8-bit colour images. The fractal-calculation code is kept
  14. separate from the main program code, which handles displaying in windows,
  15. saving PICT files, and other things. The fractal generators can be compiled
  16. separately with MPW or THINK Pascal, or any other development environment that
  17. lets you generate stand-alone code. Fractal Wizard itself will allow you to
  18. import these generators and test and use them.
  19. Fractal Wizard includes generators for the Mandelbrot set, Julia sets, and a
  20. distorted Mandelbrot version. Instructions for writing your own can be found
  21. under Help.
  22. The standard Mandelbrot set generator is hand-hacked assembly language, using
  23. the FPU only when magnification becomes too large for using 32-bit fixed point
  24. numbers. Using fixed point speeds calculation up by a factor of about 3. In
  25. that mode, it outruns any straight escape-time Mandelbrot-set drawing program
  26. for the Mac II I've ever seen. Full help is included, and can be saved in
  27. separate files to be printed.
  28. Fractal Wizard requires an 68020, 68881, Colour QuickDraw, and System 6.0 or
  29. newer. Currently, this means it will run on the SE/30 and all Mac II models,
  30. except the IIsi. You should be able to get Fractal Wizard to run on a IIsi or
  31. LC if you add an FPU to them, or use John M. Neil's PseudoFPU cdev.
  32.  
  33. If you have comments, suggestions or questions about Fractal Wizard, you can
  34. try e-mail:
  35.  
  36. thomas@duteca.et.tudelft.nl
  37.  
  38. If that fails (I don't know for how long I'll have that address), snail mail
  39. will work:
  40.  
  41. Thomas Okken
  42. Marie Curieweg 40
  43. 3731 CH  De Bilt
  44. Netherlands
  45.